home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 October / The Sunday Times - The Month 2004-10.iso / pc / assets / bespoke / kids / power.swf / scripts / frame_35 / DoAction.as
Text File  |  2004-09-02  |  458b  |  13 lines

  1. stop();
  2. Mouse.show();
  3. countdownTimer.stopTimer();
  4. countdownTimer._visible = false;
  5. var levelTimeLeft = Math.ceil(countdownTimer.timeLeft * 0.001);
  6. var levelTimeBonusTotal = levelTimeLeft * timeBonus;
  7. var levelTotalScore = levels[currLevel].levelBonus + levelTimeBonusTotal;
  8. levelBonusTxt = levels[currLevel].levelBonus;
  9. timeLeftTxt = levelTimeLeft;
  10. timeBonusTxt = timeBonus;
  11. bonusTotalTxt = levelTimeBonusTotal;
  12. animator.score = levelTotalScore;
  13.